function [ y ] = f1( x ) %F1 Summary of this function goes here % Detailed explanation goes here y = (exp(x)-x)./(exp(x)+x); end